home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2a.lha / p4-1.2a / alog / alog_evntdfs.h < prev    next >
Text File  |  1992-10-19  |  1KB  |  35 lines

  1. /****************************************************************************
  2. These are the reserved event types for logfile header records.  Unspecified
  3. fields are either 0 or (in the case of string data) null.
  4.  
  5. e_type    proc_id  task_id  int_data  cycle  timestamp  string_data
  6.  
  7.  -1                                                    creator and date
  8.  -2                       # events
  9.  -3                       # procs
  10.  -4                       # tasks
  11.  -5                       # event types
  12.  -6                                         start_time
  13.  -7                                         end_time
  14.  -8                       # timer_cycles
  15.  -9                       event_type                   description
  16. -10                       event_type                   printf string
  17.  
  18. *************************************************************************/
  19.  
  20. #define SYSTEM_TYPE    -1
  21. #define NUM_EVENTS    -2
  22. #define NUM_PROCS    -3
  23. #define NUM_TASKS    -4
  24. #define NUM_EVTYPES    -5
  25. #define START_TIME    -6
  26. #define END_TIME    -7
  27. #define NUM_CYCLES    -8
  28. #define EVTYPE_DESC    -9
  29. #define EPRINT_FORMAT  -10
  30.  
  31. #define ALOG_EVENT_SYNC        -101
  32. #define ALOG_EVENT_PAIR_A1     -102
  33. #define ALOG_EVENT_PAIR_A2     -103
  34. #define ALOG_EVENT_PAIR_B1     -104
  35.